FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package de.abda.eRezeptAbgabedaten#1.0.0 (78 ms)

Package de.abda.eRezeptAbgabedaten
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=de.abda.eRezeptAbgabedaten@1.0.0&canonical=http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke
Url http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke
Version 1.0.0
Status active
Name DAV_PR_ERP_Apotheke
Experimental False
Type Organization
Kind resource

Resources that use this resource

StructureDefinition
http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenBundle DAV_PR_ERP_AbgabedatenBundle
http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-AbgabedatenComposition DAV_PR_ERP_AbgabedatenComposition
http://fhir.abda.de/eRezeptAbgabadaten/StructureDefinition/DAV-PR-ERP-Abgabeinformationen DAV_PR_ERP_Abgabeinformationen
http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Abgabeinformationen DAV_PR_ERP_Abgabeinformationen

Resources that this resource uses

StructureDefinition
http://fhir.de/StructureDefinition/address-de-basis Adresse, deutsches Basisprofil
http://fhir.de/StructureDefinition/identifier-iknr Identifier-Profil für die Abbildung eines Institutionskennzeichens (IKNR)
http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta DAV_PR_ERP_AbgabedatenMeta


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "DAV-PR-ERP-Apotheke",
  "url" : "http://fhir.abda.de/eRezeptAbgabedaten/StructureDefinition/DAV-PR-ERP-Apotheke",
  "version" : "1.0.0",
  "name" : "DAV_PR_ERP_Apotheke",
  "status" : "active",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "servd",
      "uri" : "http://www.omg.org/spec/ServD/1.0/",
      "name" : "ServD"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization.meta",
        "path" : "Organization.meta",
        "type" : [
          {
            "code" : "Meta",
            "profile" : [
              "http://fhir.abda.de/StructureDefinition/DAV-PR-ERP-AbgabedatenMeta"
            ]
          }
        ]
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Identifier",
            "profile" : [
              "http://fhir.de/StructureDefinition/identifier-iknr"
            ]
          }
        ],
        "patternIdentifier" : {
          "system" : "http://fhir.de/NamingSystem/arge-ik/iknr"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier.value",
        "path" : "Organization.identifier.value",
        "short" : "IK der Apotheke",
        "definition" : "Das Institutionskennzeichen der abgebenden Apotheke nach § 293 Absatz 5 SGB V.",
        "mustSupport" : true
      },
      {
        "id" : "Organization.active",
        "path" : "Organization.active",
        "max" : "0"
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "max" : "0"
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "short" : "Apothekenname oder Inhaber",
        "definition" : "Der Name der Apotheke oder der Name des Inhabers.",
        "min" : 1,
        "maxLength" : 45,
        "mustSupport" : true
      },
      {
        "id" : "Organization.alias",
        "path" : "Organization.alias",
        "max" : "0"
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Address",
            "profile" : [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.type",
        "path" : "Organization.address.type",
        "min" : 1,
        "fixedCode" : "physical"
      },
      {
        "id" : "Organization.address.line",
        "path" : "Organization.address.line",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Organization.address.line.extension",
        "path" : "Organization.address.line.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.address.line.extension:Strasse",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Strasse",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.line.extension:Strasse.value[x]",
        "path" : "Organization.address.line.extension.value[x]",
        "maxLength" : 46
      },
      {
        "id" : "Organization.address.line.extension:Hausnummer",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Hausnummer",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.line.extension:Hausnummer.value[x]",
        "path" : "Organization.address.line.extension.value[x]",
        "maxLength" : 9
      },
      {
        "id" : "Organization.address.line.extension:Adresszusatz",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Adresszusatz",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.line.extension:Adresszusatz.value[x]",
        "path" : "Organization.address.line.extension.value[x]",
        "maxLength" : 40
      },
      {
        "id" : "Organization.address.line.extension:Postfach",
        "path" : "Organization.address.line.extension",
        "sliceName" : "Postfach",
        "max" : "0"
      },
      {
        "id" : "Organization.address.city",
        "path" : "Organization.address.city",
        "short" : "Ortsname",
        "definition" : "Ortsname der Apotheke",
        "min" : 1,
        "maxLength" : 40,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.postalCode",
        "path" : "Organization.address.postalCode",
        "min" : 1,
        "maxLength" : 10,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.country",
        "path" : "Organization.address.country",
        "short" : "Wohnsitzländercode",
        "definition" : "Wohnsitzländercode der Apotheke entsprechend dem gemeinsamen Rundschreiben DEÃœV Anlage 08.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.partOf",
        "path" : "Organization.partOf",
        "max" : "0"
      },
      {
        "id" : "Organization.contact",
        "path" : "Organization.contact",
        "max" : "0"
      },
      {
        "id" : "Organization.endpoint",
        "path" : "Organization.endpoint",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.